Aori TypeScript SDK
Aori is a high-performance orderbook protocol for high-frequency trading on-chain and facilitating OTC settlement. This repository provides a TypeScript SDK for interacting with the Aori API to help developers integrate and build on top of the protocol as easily as possible.
Other packages are available for more periphery use cases of Aori to help developers build trading strategies and applications faster.
Package | Description |
---|
@aori-io/sdk | For interacting with the Aori API. These are in the form of Provider s that are lightweight clients to help structure calls. |
@aori-io/adapters | Adapters for Aggregators, Decentralised Exchanges and Liquidity Sources on-chain. Logic and quoters for QuoteMakers can also be found here. |
@aori-io/indexing | Helpers for indexing orders from the eventstream to rebuild local orderbooks for trading and secondary-source data querying such as frontends and dashboards. |
This SDK is released under the MIT License.
Documentation
You can find up-to-date documentation at https://docs.aori.io that details all information on our SDKs and how to use them.